﻿
/*移动端*/
* {
	margin: 0;
	padding: 0;
}

 ul,  li,  img, div {
	margin: 0;
	padding: 0;
}
li, img, input, em, select {
	list-style: none;
	border: none;
	font-style: normal;
	outline: none;
}
a {
	text-decoration: none !important;
	cursor: pointer !important;
}
.wrap {
	
	margin: 0 auto;
}
.fw {
	width: 100%;
	overflow: hidden;
	
	background: ;
}
.fw_title {
	display: block;
	text-align: center;
	overflow: hidden;
	color: #333333;
	background: url(../images/heng1.png) no-repeat center center;
}
.fw_p {
	line-height: 37px;
	font-family: 'Microsoft YaHei';
	font-size: 25px;
}
.fw_sp {
	line-height: 27px;
	font-family: Arial;
	font-size: 16px;
}
.fw_ul {
	display: block;
	padding-top: 0px;
	overflow: hidden;
}
.fw_ul li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.fw_ul li .fw_img {
	width: 100%;
	max-width: 144px;
	margin: 0 auto;
	border: 1px dashed #d6101d;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.6s;
}
/*
.fw_ul li .fw_img1 {
	background: url(../images/fw_img1.png) no-repeat center center;
}
.fw_ul li .fw_img2 {
	background: url(../images/fw_img2.png) no-repeat center center;
}
.fw_ul li .fw_img3 {
	background: url(../images/fw_img3.png) no-repeat center center;
}
.fw_ul li .fw_img4 {
	background: url(../images/fw_img4.png) no-repeat center center;
}
*/
.fw_ul li .fw_p1 {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #191919;
}
.fw_ul li .fw_more {
	width: 76px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #999999;
	margin: 0 auto;
	border-radius: 3px;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #fff;
	transition: all 0.6s;
}
.fw_ul li:hover .fw_img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg); /* IE 9 */
	-webkit-transform: rotateY(360deg); /* Safari and Chrome */
}
.fw_ul li:hover .fw_more {
	background: #d6101d;
}

 @media (max-width:1220px) {

.fw {
	padding: 0px 0;
}
.fw_ul {
	width: 100%;
	padding-top: 0px;
}
.fw_ul li {
	width: 23%;
	margin: 0 1% 15px 1%;
}
}
@media (max-width:991px) {

.fw {
	padding: 0px 0;
}

}
 @media (max-width:767px) {

.fw_ul li {
	width: 48%;
}

}
